home *** CD-ROM | disk | FTP | other *** search
- /*
- * FednetCmp - Fednet file compression/decompression
- * Single file savebox
- * Copyright (C) 2001 Chris Bazley
- */
-
- #ifndef FNCSaveFile_h
- #define FNCSaveFile_h
-
- #include <stdbool.h>
- #include "toolbox.h"
- #include "flex.h"
-
- extern ObjectId SaveFile_create(char *default_path, bool data_saved, flex_ptr buffer, bool compress);
-
- #endif
-